Html Css Color HEX #C2CFDE Link Water

📋 copy color: '#C2CFDE'

red 194 ◦ green 207 ◦ blue 222

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

Shades of Link Water #C2CFDE

Tints of Link Water #C2CFDE

RGB

 RED value IS 194 (76.17% from 255) = 31.14%

 GREEN value IS 207 (81.25% from 255) = 33.23%

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 31.14%
G = 33.23%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CFDE (or 0xC2CFDE) is known color: Link Water. HEX triplet: C2, CF and DE. RGB value is (194,207,222). Sum of RGB (Red+Green+Blue) = 194+207+222=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDE is #3D3021. Grayscale: #CCCCCC. Windows color (decimal): -4010018 or 14602178. OLE color: 14602178.

HSL color Cylindrical-coordinate representation of color #C2CFDE: hue angle of 212.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CFDE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 207 222 -
CMYK 0.13 0.07 0 0.13
HSL 212.14º 0.3% 0.82% -
HSV(B) 212.14º 0.13% 0.87% -
XYZ 57.75 61.37 77.91 -
YUV 204.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 194 207 222 0.13 0.07 0 0.13 212.14 0.3 0.82
Hex C2 CF DE D 7 0 D D4 1E 52
Octal 302 317 336 15 7 0 15 324 36 122
Binary 11000010 11001111 11011110 1101 111 0 1101 11010100 11110 1010010

Color Harmonies of #C2CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFDE

Black with #C2CFDE

Text Example


Text Example

White with #C2CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFDE; }

 p { color: rgb(194,207,222); }

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

background-color css

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

 a { background-color: rgb(194,207,222); }

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

border-color css

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

 span { border-color: rgb(194,207,222); }

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