Html Css Color HEX #CFE8DB White Ice

📋 copy color: '#CFE8DB'

red 207 ◦ green 232 ◦ blue 219

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

Shades of White Ice #CFE8DB

Tints of White Ice #CFE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.26%

 BLUE value IS 219 (85.94% from 255) = 33.28%

R = 31.46%
G = 35.26%
B = 33.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#CFE8DB (or 0xCFE8DB) is known color: White Ice. HEX triplet: CF, E8 and DB. RGB value is (207,232,219). Sum of RGB (Red+Green+Blue) = 207+232+219=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8DB is #301724. Grayscale: #DFDFDF. Windows color (decimal): -3151653 or 14411983. OLE color: 14411983.

HSL color Cylindrical-coordinate representation of color #CFE8DB: hue angle of 148.8º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE8DB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 232 219 -
CMYK 0.11 0 0.06 0.09
HSL 148.8º 0.35% 0.86% -
HSV(B) 148.8º 0.11% 0.91% -
XYZ 67.37 76.09 78.15 -
YUV 223.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 207 232 219 0.11 0 0.06 0.09 148.8 0.35 0.86
Hex CF E8 DB B 0 6 9 95 23 56
Octal 317 350 333 13 0 6 11 225 43 126
Binary 11001111 11101000 11011011 1011 0 110 1001 10010101 100011 1010110

Color Harmonies of #CFE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE8DB

Black with #CFE8DB

Text Example


Text Example

White with #CFE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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