Html Css Color HEX #C1CEDA Link Water

📋 copy color: '#C1CEDA'

red 193 ◦ green 206 ◦ blue 218

#C1CEDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C1CEDA

Tints of Link Water #C1CEDA

RGB

 RED value IS 193 (75.78% from 255) = 31.28%

 GREEN value IS 206 (80.86% from 255) = 33.39%

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 31.28%
G = 33.39%
B = 35.33%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C1CEDA (or 0xC1CEDA) is known color: Link Water. HEX triplet: C1, CE and DA. RGB value is (193,206,218). Sum of RGB (Red+Green+Blue) = 193+206+218=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEDA is #3E3125. Grayscale: #CBCBCB. Windows color (decimal): -4075814 or 14339777. OLE color: 14339777.

HSL color Cylindrical-coordinate representation of color #C1CEDA: hue angle of 208.8º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CEDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 206 218 -
CMYK 0.11 0.06 0 0.15
HSL 208.8º 0.25% 0.81% -
HSV(B) 208.8º 0.11% 0.85% -
XYZ 56.72 60.54 75.03 -
YUV 203.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 193 206 218 0.11 0.06 0 0.15 208.8 0.25 0.81
Hex C1 CE DA B 6 0 F D1 19 51
Octal 301 316 332 13 6 0 17 321 31 121
Binary 11000001 11001110 11011010 1011 110 0 1111 11010001 11001 1010001

Color Harmonies of #C1CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEDA

Black with #C1CEDA

Text Example


Text Example

White with #C1CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEDA; }

 p { color: rgb(193,206,218); }

 H1.HeaderClassName
 {
   color: #C1CEDA;
 }
 .AnyTagClassName
 {
   color: #C1CEDA;
 }
</style>

background-color css

<style>
 a { background-color: #C1CEDA; }

 a { background-color: rgb(193,206,218); }

 div.DivClassName
 {
   background-color: #C1CEDA;
 }
 .BgClassName
 {
   background-color: #C1CEDA;
 }
</style>

border-color css

<style>
 span { border-color: #C1CEDA; }

 span { border-color: rgb(193,206,218); }

 td.TdClassName
 {
   border-color: #C1CEDA;
 }
 .TagClassName
 {
   border-color: #C1CEDA;
 }
</style>