Html Css Color HEX #C4D7DD Onahau

📋 copy color: '#C4D7DD'

red 196 ◦ green 215 ◦ blue 221

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

Shades of Onahau #C4D7DD

Tints of Onahau #C4D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.02%

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 31.01%
G = 34.02%
B = 34.97%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D7DD (or 0xC4D7DD) is known color: Onahau. HEX triplet: C4, D7 and DD. RGB value is (196,215,221). Sum of RGB (Red+Green+Blue) = 196+215+221=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7DD is #3B2822. Grayscale: #D1D1D1. Windows color (decimal): -3876899 or 14538692. OLE color: 14538692.

HSL color Cylindrical-coordinate representation of color #C4D7DD: hue angle of 194.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D7DD is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 215 221 -
CMYK 0.11 0.03 0 0.13
HSL 194.4º 0.27% 0.82% -
HSV(B) 194.4º 0.11% 0.87% -
XYZ 60.12 65.56 77.89 -
YUV 210 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 196 215 221 0.11 0.03 0 0.13 194.4 0.27 0.82
Hex C4 D7 DD B 3 0 D C2 1B 52
Octal 304 327 335 13 3 0 15 302 33 122
Binary 11000100 11010111 11011101 1011 11 0 1101 11000010 11011 1010010

Color Harmonies of #C4D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D7DD

Black with #C4D7DD

Text Example


Text Example

White with #C4D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D7DD; }

 p { color: rgb(196,215,221); }

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

background-color css

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

 a { background-color: rgb(196,215,221); }

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

border-color css

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

 span { border-color: rgb(196,215,221); }

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