Html Css Color HEX #DCFCEE Clear Day

📋 copy color: '#DCFCEE'

red 220 ◦ green 252 ◦ blue 238

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

Shades of Clear Day #DCFCEE

Tints of Clear Day #DCFCEE

RGB

 RED value IS 220 (86.33% from 255) = 30.99%

 GREEN value IS 252 (98.83% from 255) = 35.49%

 BLUE value IS 238 (93.36% from 255) = 33.52%

R = 30.99%
G = 35.49%
B = 33.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#DCFCEE (or 0xDCFCEE) is known color: Clear Day. HEX triplet: DC, FC and EE. RGB value is (220,252,238). Sum of RGB (Red+Green+Blue) = 220+252+238=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCEE is #230311. Grayscale: #F0F0F0. Windows color (decimal): -2294546 or 15662300. OLE color: 15662300.

HSL color Cylindrical-coordinate representation of color #DCFCEE: hue angle of 153.75º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCEE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 238 -
CMYK 0.13 0 0.06 0.01
HSL 153.75º 0.84% 0.93% -
HSV(B) 153.75º 0.13% 0.99% -
XYZ 79.76 91.01 94.25 -
YUV 240.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 220 252 238 0.13 0 0.06 0.01 153.75 0.84 0.93
Hex DC FC EE D 0 6 1 9A 54 5D
Octal 334 374 356 15 0 6 1 232 124 135
Binary 11011100 11111100 11101110 1101 0 110 1 10011010 1010100 1011101

Color Harmonies of #DCFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCEE

Black with #DCFCEE

Text Example


Text Example

White with #DCFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCEE; }

 p { color: rgb(220,252,238); }

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

background-color css

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

 a { background-color: rgb(220,252,238); }

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

border-color css

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

 span { border-color: rgb(220,252,238); }

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