Html Css Color HEX #CCD6DE Link Water

📋 copy color: '#CCD6DE'

red 204 ◦ green 214 ◦ blue 222

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

Shades of Link Water #CCD6DE

Tints of Link Water #CCD6DE

RGB

 RED value IS 204 (80.08% from 255) = 31.88%

 GREEN value IS 214 (83.98% from 255) = 33.44%

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

R = 31.88%
G = 33.44%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD6DE (or 0xCCD6DE) is known color: Link Water. HEX triplet: CC, D6 and DE. RGB value is (204,214,222). Sum of RGB (Red+Green+Blue) = 204+214+222=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DE is #332921. Grayscale: #D3D3D3. Windows color (decimal): -3352866 or 14603980. OLE color: 14603980.

HSL color Cylindrical-coordinate representation of color #CCD6DE: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD6DE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 214 222 -
CMYK 0.08 0.04 0 0.13
HSL 206.67º 0.21% 0.84% -
HSV(B) 206.67º 0.08% 0.87% -
XYZ 62.13 66.2 78.61 -
YUV 211.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 204 214 222 0.08 0.04 0 0.13 206.67 0.21 0.84
Hex CC D6 DE 8 4 0 D CF 15 54
Octal 314 326 336 10 4 0 15 317 25 124
Binary 11001100 11010110 11011110 1000 100 0 1101 11001111 10101 1010100

Color Harmonies of #CCD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6DE

Black with #CCD6DE

Text Example


Text Example

White with #CCD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6DE; }

 p { color: rgb(204,214,222); }

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

background-color css

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

 a { background-color: rgb(204,214,222); }

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

border-color css

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

 span { border-color: rgb(204,214,222); }

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