#CFD5CE

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

Shades of Surf Crest #CFD5CE

Tints of Surf Crest #CFD5CE

Color information

#CFD5CE (or 0xCFD5CE) is unknown color: approx Surf Crest. HEX triplet: CF, D5 and CE. RGB value is (207,213,206). Sum of RGB (Red+Green+Blue) = 207+213+206=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5CE is #302A31. Grayscale: #D2D2D2. Windows color (decimal): -3156530 or 13555151. OLE color: 13555151.

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

Color convert

RGB207213206-
CMYK0.0300.030.16
HSL111.43º7.69%82.16%-
HSV(B)111.43º3.29%83.53%-
XYZ60.6765.3167.8-
YUV210.41125.51125.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=33.07%
G=34.03%
B=32.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072132060.0300.030.16111.437.6982.16
HexCFD5CE303106f852
Octal3173253163032015710122
Binary1100111111010101110011101101110000110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5CE; }

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

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

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

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

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

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

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

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