Html Css Color HEX #C4D6DD Onahau

📋 copy color: '#C4D6DD'

red 196 ◦ green 214 ◦ blue 221

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

Shades of Onahau #C4D6DD

Tints of Onahau #C4D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.91%

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

R = 31.06%
G = 33.91%
B = 35.02%

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

#C4D6DD (or 0xC4D6DD) is known color: Onahau. HEX triplet: C4, D6 and DD. RGB value is (196,214,221). Sum of RGB (Red+Green+Blue) = 196+214+221=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6DD is #3B2922. Grayscale: #D1D1D1. Windows color (decimal): -3877155 or 14538436. OLE color: 14538436.

HSL color Cylindrical-coordinate representation of color #C4D6DD: hue angle of 196.8º 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 #C4D6DD is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 214 221 -
CMYK 0.11 0.03 0 0.13
HSL 196.8º 0.27% 0.82% -
HSV(B) 196.8º 0.11% 0.87% -
XYZ 59.86 65.05 77.81 -
YUV 209.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 196 214 221 0.11 0.03 0 0.13 196.8 0.27 0.82
Hex C4 D6 DD B 3 0 D C5 1B 52
Octal 304 326 335 13 3 0 15 305 33 122
Binary 11000100 11010110 11011101 1011 11 0 1101 11000101 11011 1010010

Color Harmonies of #C4D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D6DD

Black with #C4D6DD

Text Example


Text Example

White with #C4D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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