Html Css Color HEX #C4DBDF Onahau

📋 copy color: '#C4DBDF'

red 196 ◦ green 219 ◦ blue 223

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

Shades of Onahau #C4DBDF

Tints of Onahau #C4DBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.33%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 30.72%
G = 34.33%
B = 34.95%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4DBDF (or 0xC4DBDF) is known color: Onahau. HEX triplet: C4, DB and DF. RGB value is (196,219,223). Sum of RGB (Red+Green+Blue) = 196+219+223=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDF is #3B2420. Grayscale: #D4D4D4. Windows color (decimal): -3875873 or 14670788. OLE color: 14670788.

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

Color convert

RGB 196 219 223 -
CMYK 0.12 0.02 0 0.13
HSL 188.89º 0.3% 0.82% -
HSV(B) 188.89º 0.12% 0.87% -
XYZ 61.42 67.73 79.65 -
YUV 212.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 196 219 223 0.12 0.02 0 0.13 188.89 0.3 0.82
Hex C4 DB DF C 2 0 D BD 1E 52
Octal 304 333 337 14 2 0 15 275 36 122
Binary 11000100 11011011 11011111 1100 10 0 1101 10111101 11110 1010010

Color Harmonies of #C4DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBDF

Black with #C4DBDF

Text Example


Text Example

White with #C4DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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