Html Css Color HEX #CCD7CF Edgewater

📋 copy color: '#CCD7CF'

red 204 ◦ green 215 ◦ blue 207

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

Shades of Edgewater #CCD7CF

Tints of Edgewater #CCD7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

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

R = 32.59%
G = 34.35%
B = 33.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#CCD7CF (or 0xCCD7CF) is known color: Edgewater. HEX triplet: CC, D7 and CF. RGB value is (204,215,207). Sum of RGB (Red+Green+Blue) = 204+215+207=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CF is #332830. Grayscale: #D2D2D2. Windows color (decimal): -3352625 or 13621196. OLE color: 13621196.

HSL color Cylindrical-coordinate representation of color #CCD7CF: hue angle of 136.36º degrees, saturation: 0.12, 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 #CCD7CF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 207 -
CMYK 0.05 0 0.04 0.16
HSL 136.36º 0.12% 0.82% -
HSV(B) 136.36º 0.05% 0.84% -
XYZ 60.46 65.94 68.57 -
YUV 210.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 204 215 207 0.05 0 0.04 0.16 136.36 0.12 0.82
Hex CC D7 CF 5 0 4 10 88 C 52
Octal 314 327 317 5 0 4 20 210 14 122
Binary 11001100 11010111 11001111 101 0 100 10000 10001000 1100 1010010

Color Harmonies of #CCD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7CF

Black with #CCD7CF

Text Example


Text Example

White with #CCD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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