Html Css Color HEX #C2CDDA Link Water

📋 copy color: '#C2CDDA'

red 194 ◦ green 205 ◦ blue 218

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

Shades of Link Water #C2CDDA

Tints of Link Water #C2CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.23%

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

R = 31.44%
G = 33.23%
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

#C2CDDA (or 0xC2CDDA) is known color: Link Water. HEX triplet: C2, CD and DA. RGB value is (194,205,218). Sum of RGB (Red+Green+Blue) = 194+205+218=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 205 (80.47% from 255 or 33.23% 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 #C2CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDA is #3D3225. Grayscale: #CBCBCB. Windows color (decimal): -4010534 or 14339522. OLE color: 14339522.

HSL color Cylindrical-coordinate representation of color #C2CDDA: hue angle of 212.5º degrees, saturation: 0.24, 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 #C2CDDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 205 218 -
CMYK 0.11 0.06 0 0.15
HSL 212.5º 0.24% 0.81% -
HSV(B) 212.5º 0.11% 0.85% -
XYZ 56.73 60.19 74.96 -
YUV 203.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 194 205 218 0.11 0.06 0 0.15 212.5 0.24 0.81
Hex C2 CD DA B 6 0 F D4 18 51
Octal 302 315 332 13 6 0 17 324 30 121
Binary 11000010 11001101 11011010 1011 110 0 1111 11010100 11000 1010001

Color Harmonies of #C2CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDDA

Black with #C2CDDA

Text Example


Text Example

White with #C2CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDDA; }

 p { color: rgb(194,205,218); }

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

background-color css

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

 a { background-color: rgb(194,205,218); }

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

border-color css

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

 span { border-color: rgb(194,205,218); }

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