#CFDBD0

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

Shades of Sea Mist #CFDBD0

Tints of Sea Mist #CFDBD0

Color information

#CFDBD0 (or 0xCFDBD0) is unknown color: approx Sea Mist. HEX triplet: CF, DB and D0. RGB value is (207,219,208). Sum of RGB (Red+Green+Blue) = 207+219+208=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBD0 is #30242F. Grayscale: #D6D6D6. Windows color (decimal): -3154992 or 13687759. OLE color: 13687759.

HSL color Cylindrical-coordinate representation of color #CFDBD0: hue angle of 125º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDBD0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB207219208-
CMYK0.0500.050.14
HSL125º14.29%83.53%-
HSV(B)125º5.48%85.88%-
XYZ62.4568.4869.6-
YUV214.16124.52122.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=32.65%
G=34.54%
B=32.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072192080.0500.050.1412514.2983.53
HexCFDBD0505E7de54
Octal3173333205051617516124
Binary11001111110110111101000010101011110111110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBD0; }

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

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

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

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

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

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

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

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