Html Css Color HEX #CCD9CF Edgewater

📋 copy color: '#CCD9CF'

red 204 ◦ green 217 ◦ blue 207

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

Shades of Edgewater #CCD9CF

Tints of Edgewater #CCD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

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

R = 32.48%
G = 34.55%
B = 32.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CCD9CF (or 0xCCD9CF) is known color: Edgewater. HEX triplet: CC, D9 and CF. RGB value is (204,217,207). Sum of RGB (Red+Green+Blue) = 204+217+207=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9CF is #332630. Grayscale: #D4D4D4. Windows color (decimal): -3352113 or 13621708. OLE color: 13621708.

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

Color convert

RGB 204 217 207 -
CMYK 0.06 0 0.05 0.15
HSL 133.85º 0.15% 0.83% -
HSV(B) 133.85º 0.06% 0.85% -
XYZ 60.98 66.97 68.74 -
YUV 211.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 204 217 207 0.06 0 0.05 0.15 133.85 0.15 0.83
Hex CC D9 CF 6 0 5 F 86 F 53
Octal 314 331 317 6 0 5 17 206 17 123
Binary 11001100 11011001 11001111 110 0 101 1111 10000110 1111 1010011

Color Harmonies of #CCD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9CF

Black with #CCD9CF

Text Example


Text Example

White with #CCD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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