Html Css Color HEX #CFE7DB White Ice

📋 copy color: '#CFE7DB'

red 207 ◦ green 231 ◦ blue 219

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

Shades of White Ice #CFE7DB

Tints of White Ice #CFE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.16%

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

R = 31.51%
G = 35.16%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#CFE7DB (or 0xCFE7DB) is known color: White Ice. HEX triplet: CF, E7 and DB. RGB value is (207,231,219). Sum of RGB (Red+Green+Blue) = 207+231+219=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7DB is #301824. Grayscale: #DEDEDE. Windows color (decimal): -3151909 or 14411727. OLE color: 14411727.

HSL color Cylindrical-coordinate representation of color #CFE7DB: hue angle of 150º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7DB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 219 -
CMYK 0.10 0 0.05 0.09
HSL 150º 0.33% 0.86% -
HSV(B) 150º 0.1% 0.91% -
XYZ 67.09 75.53 78.06 -
YUV 222.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 207 231 219 0.10 0 0.05 0.09 150 0.33 0.86
Hex CF E7 DB A 0 5 9 96 21 56
Octal 317 347 333 12 0 5 11 226 41 126
Binary 11001111 11100111 11011011 1010 0 101 1001 10010110 100001 1010110

Color Harmonies of #CFE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7DB

Black with #CFE7DB

Text Example


Text Example

White with #CFE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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