#CFD8CE

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

Shades of Surf Crest #CFD8CE

Tints of Surf Crest #CFD8CE

Color information

#CFD8CE (or 0xCFD8CE) is unknown color: approx Surf Crest. HEX triplet: CF, D8 and CE. RGB value is (207,216,206). Sum of RGB (Red+Green+Blue) = 207+216+206=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8CE is #302731. Grayscale: #D4D4D4. Windows color (decimal): -3155762 or 13555919. OLE color: 13555919.

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

Color convert

RGB207216206-
CMYK0.0400.050.15
HSL114º11.36%82.75%-
HSV(B)114º4.63%84.71%-
XYZ61.4366.8368.06-
YUV212.17124.52124.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=32.91%
G=34.34%
B=32.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072162060.0400.050.1511411.3682.75
HexCFD8CE405F72b53
Octal3173303164051716213123
Binary11001111110110001100111010001011111111001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8CE; }

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

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

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

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

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

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

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

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