#CFD4D0

Color #CFD4D0 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #CFD4D0

Tints of Edgewater #CFD4D0

Color information

#CFD4D0 (or 0xCFD4D0) is unknown color: approx Edgewater. HEX triplet: CF, D4 and D0. RGB value is (207,212,208). Sum of RGB (Red+Green+Blue) = 207+212+208=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4D0 is #302B2F. Grayscale: #D2D2D2. Windows color (decimal): -3156784 or 13685967. OLE color: 13685967.

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

Color convert

RGB207212208-
CMYK0.0200.020.17
HSL132º5.49%82.16%-
HSV(B)132º2.36%83.14%-
XYZ60.6664.9169.01-
YUV210.05126.84125.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=33.01%
G=33.81%
B=33.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072122080.0200.020.171325.4982.16
HexCFD4D02021184552
Octal317324320202212045122
Binary1100111111010100110100001001010001100001001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4D0; }

 p { color: rgb(207,212,208); }

 H1.HeaderClassName
 {
   color: #CFD4D0;
 }
 .AnyTagClassName
 {
   color: #CFD4D0;
 }
</style>
background-color css

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

 a { background-color: rgb(207,212,208); }

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

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

 span { border-color: rgb(207,212,208); }

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