Html Css Color HEX #C4DCE5 Onahau

📋 copy color: '#C4DCE5'

red 196 ◦ green 220 ◦ blue 229

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

Shades of Onahau #C4DCE5

Tints of Onahau #C4DCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.11%

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 30.39%
G = 34.11%
B = 35.5%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4DCE5 (or 0xC4DCE5) is known color: Onahau. HEX triplet: C4, DC and E5. RGB value is (196,220,229). Sum of RGB (Red+Green+Blue) = 196+220+229=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4DCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCE5 is #3B231A. Grayscale: #D5D5D5. Windows color (decimal): -3875611 or 15064260. OLE color: 15064260.

HSL color Cylindrical-coordinate representation of color #C4DCE5: hue angle of 196.36º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4DCE5 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 220 229 -
CMYK 0.14 0.04 0 0.10
HSL 196.36º 0.39% 0.83% -
HSV(B) 196.36º 0.14% 0.9% -
XYZ 62.5 68.58 84.07 -
YUV 213.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 196 220 229 0.14 0.04 0 0.10 196.36 0.39 0.83
Hex C4 DC E5 E 4 0 A C4 27 53
Octal 304 334 345 16 4 0 12 304 47 123
Binary 11000100 11011100 11100101 1110 100 0 1010 11000100 100111 1010011

Color Harmonies of #C4DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCE5

Black with #C4DCE5

Text Example


Text Example

White with #C4DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCE5; }

 p { color: rgb(196,220,229); }

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

background-color css

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

 a { background-color: rgb(196,220,229); }

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

border-color css

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

 span { border-color: rgb(196,220,229); }

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