Html Css Color HEX #CCD6CF Edgewater

📋 copy color: '#CCD6CF'

red 204 ◦ green 214 ◦ blue 207

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

Shades of Edgewater #CCD6CF

Tints of Edgewater #CCD6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.12%

R = 32.64%
G = 34.24%
B = 33.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#CCD6CF (or 0xCCD6CF) is known color: Edgewater. HEX triplet: CC, D6 and CF. RGB value is (204,214,207). Sum of RGB (Red+Green+Blue) = 204+214+207=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CF is #332930. Grayscale: #D2D2D2. Windows color (decimal): -3352881 or 13620940. OLE color: 13620940.

HSL color Cylindrical-coordinate representation of color #CCD6CF: hue angle of 138º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD6CF is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 207 -
CMYK 0.05 0 0.03 0.16
HSL 138º 0.11% 0.82% -
HSV(B) 138º 0.05% 0.84% -
XYZ 60.21 65.44 68.49 -
YUV 210.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 204 214 207 0.05 0 0.03 0.16 138 0.11 0.82
Hex CC D6 CF 5 0 3 10 8A B 52
Octal 314 326 317 5 0 3 20 212 13 122
Binary 11001100 11010110 11001111 101 0 11 10000 10001010 1011 1010010

Color Harmonies of #CCD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6CF

Black with #CCD6CF

Text Example


Text Example

White with #CCD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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