Html Css Color HEX #CFD9CE Sea Mist

📋 copy color: '#CFD9CE'

red 207 ◦ green 217 ◦ blue 206

#CFD9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Mist #CFD9CE

Tints of Sea Mist #CFD9CE

RGB

 RED value IS 207 (81.25% from 255) = 32.86%

 GREEN value IS 217 (85.16% from 255) = 34.44%

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 32.86%
G = 34.44%
B = 32.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CFD9CE (or 0xCFD9CE) is known color: Sea Mist. HEX triplet: CF, D9 and CE. RGB value is (207,217,206). Sum of RGB (Red+Green+Blue) = 207+217+206=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CE is #302631. Grayscale: #D4D4D4. Windows color (decimal): -3155506 or 13556175. OLE color: 13556175.

HSL color Cylindrical-coordinate representation of color #CFD9CE: hue angle of 114.55º degrees, saturation: 0.13, 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 #CFD9CE is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 206 -
CMYK 0.05 0 0.05 0.15
HSL 114.55º 0.13% 0.83% -
HSV(B) 114.55º 0.05% 0.85% -
XYZ 61.69 67.35 68.14 -
YUV 212.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 207 217 206 0.05 0 0.05 0.15 114.55 0.13 0.83
Hex CF D9 CE 5 0 5 F 73 D 53
Octal 317 331 316 5 0 5 17 163 15 123
Binary 11001111 11011001 11001110 101 0 101 1111 1110011 1101 1010011

Color Harmonies of #CFD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9CE

Black with #CFD9CE

Text Example


Text Example

White with #CFD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9CE; }

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

 H1.HeaderClassName
 {
   color: #CFD9CE;
 }
 .AnyTagClassName
 {
   color: #CFD9CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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