Html Css Color HEX #D0EFE7 Humming Bird

📋 copy color: '#D0EFE7'

red 208 ◦ green 239 ◦ blue 231

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

Shades of Humming Bird #D0EFE7

Tints of Humming Bird #D0EFE7

RGB

 RED value IS 208 (81.64% from 255) = 30.68%

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

 BLUE value IS 231 (90.63% from 255) = 34.07%

R = 30.68%
G = 35.25%
B = 34.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#D0EFE7 (or 0xD0EFE7) is known color: Humming Bird. HEX triplet: D0, EF and E7. RGB value is (208,239,231). Sum of RGB (Red+Green+Blue) = 208+239+231=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFE7 is #2F1018. Grayscale: #E4E4E4. Windows color (decimal): -3084313 or 15200208. OLE color: 15200208.

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

Color convert

RGB 208 239 231 -
CMYK 0.13 0 0.03 0.06
HSL 164.52º 0.49% 0.88% -
HSV(B) 164.52º 0.13% 0.94% -
XYZ 71.3 80.91 87.46 -
YUV 228.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 208 239 231 0.13 0 0.03 0.06 164.52 0.49 0.88
Hex D0 EF E7 D 0 3 6 A5 31 58
Octal 320 357 347 15 0 3 6 245 61 130
Binary 11010000 11101111 11100111 1101 0 11 110 10100101 110001 1011000

Color Harmonies of #D0EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFE7

Black with #D0EFE7

Text Example


Text Example

White with #D0EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFE7; }

 p { color: rgb(208,239,231); }

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

background-color css

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

 a { background-color: rgb(208,239,231); }

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

border-color css

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

 span { border-color: rgb(208,239,231); }

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