Html Css Color HEX #DBEFE8 Clear Day

📋 copy color: '#DBEFE8'

red 219 ◦ green 239 ◦ blue 232

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

Shades of Clear Day #DBEFE8

Tints of Clear Day #DBEFE8

RGB

 RED value IS 219 (85.94% from 255) = 31.74%

 GREEN value IS 239 (93.75% from 255) = 34.64%

 BLUE value IS 232 (91.02% from 255) = 33.62%

R = 31.74%
G = 34.64%
B = 33.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#DBEFE8 (or 0xDBEFE8) is known color: Clear Day. HEX triplet: DB, EF and E8. RGB value is (219,239,232). Sum of RGB (Red+Green+Blue) = 219+239+232=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFE8 is #241017. Grayscale: #E8E8E8. Windows color (decimal): -2363416 or 15265755. OLE color: 15265755.

HSL color Cylindrical-coordinate representation of color #DBEFE8: hue angle of 159º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 232 -
CMYK 0.08 0 0.03 0.06
HSL 159º 0.38% 0.9% -
HSV(B) 159º 0.08% 0.94% -
XYZ 74.65 82.62 88.36 -
YUV 232.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 219 239 232 0.08 0 0.03 0.06 159 0.38 0.9
Hex DB EF E8 8 0 3 6 9F 26 5A
Octal 333 357 350 10 0 3 6 237 46 132
Binary 11011011 11101111 11101000 1000 0 11 110 10011111 100110 1011010

Color Harmonies of #DBEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFE8

Black with #DBEFE8

Text Example


Text Example

White with #DBEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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