#CFD4CE

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

Shades of Surf Crest #CFD4CE

Tints of Surf Crest #CFD4CE

Color information

#CFD4CE (or 0xCFD4CE) is unknown color: approx Surf Crest. HEX triplet: CF, D4 and CE. RGB value is (207,212,206). Sum of RGB (Red+Green+Blue) = 207+212+206=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4CE is #302B31. Grayscale: #D1D1D1. Windows color (decimal): -3156786 or 13554895. OLE color: 13554895.

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

Color convert

RGB207212206-
CMYK0.0200.030.17
HSL110º6.52%81.96%-
HSV(B)110º2.83%83.14%-
XYZ60.4264.8167.72-
YUV209.82125.84125.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=33.12%
G=33.92%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072122060.0200.030.171106.5281.96
HexCFD4CE203116e752
Octal317324316203211567122
Binary110011111101010011001110100111000111011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4CE; }

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

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

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

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

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

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

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

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