Html Css Color HEX #C4DFEA Onahau

📋 copy color: '#C4DFEA'

red 196 ◦ green 223 ◦ blue 234

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

Shades of Onahau #C4DFEA

Tints of Onahau #C4DFEA

RGB

 RED value IS 196 (76.95% from 255) = 30.02%

 GREEN value IS 223 (87.5% from 255) = 34.15%

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 30.02%
G = 34.15%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4DFEA (or 0xC4DFEA) is known color: Onahau. HEX triplet: C4, DF and EA. RGB value is (196,223,234). Sum of RGB (Red+Green+Blue) = 196+223+234=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFEA is #3B2015. Grayscale: #D8D8D8. Windows color (decimal): -3874838 or 15392708. OLE color: 15392708.

HSL color Cylindrical-coordinate representation of color #C4DFEA: hue angle of 197.37º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4DFEA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 223 234 -
CMYK 0.16 0.05 0 0.08
HSL 197.37º 0.48% 0.84% -
HSV(B) 197.37º 0.16% 0.92% -
XYZ 64 70.45 88.07 -
YUV 216.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 196 223 234 0.16 0.05 0 0.08 197.37 0.48 0.84
Hex C4 DF EA 10 5 0 8 C5 30 54
Octal 304 337 352 20 5 0 10 305 60 124
Binary 11000100 11011111 11101010 10000 101 0 1000 11000101 110000 1010100

Color Harmonies of #C4DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DFEA

Black with #C4DFEA

Text Example


Text Example

White with #C4DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DFEA; }

 p { color: rgb(196,223,234); }

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

background-color css

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

 a { background-color: rgb(196,223,234); }

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

border-color css

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

 span { border-color: rgb(196,223,234); }

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