Html Css Color HEX #C4DCDF Onahau

📋 copy color: '#C4DCDF'

red 196 ◦ green 220 ◦ blue 223

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

Shades of Onahau #C4DCDF

Tints of Onahau #C4DCDF

RGB

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

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

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

R = 30.67%
G = 34.43%
B = 34.9%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4DCDF (or 0xC4DCDF) is known color: Onahau. HEX triplet: C4, DC and DF. RGB value is (196,220,223). Sum of RGB (Red+Green+Blue) = 196+220+223=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCDF is #3B2320. Grayscale: #D5D5D5. Windows color (decimal): -3875617 or 14671044. OLE color: 14671044.

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

Color convert

RGB 196 220 223 -
CMYK 0.12 0.01 0 0.13
HSL 186.67º 0.3% 0.82% -
HSV(B) 186.67º 0.12% 0.87% -
XYZ 61.68 68.25 79.73 -
YUV 213.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 196 220 223 0.12 0.01 0 0.13 186.67 0.3 0.82
Hex C4 DC DF C 1 0 D BB 1E 52
Octal 304 334 337 14 1 0 15 273 36 122
Binary 11000100 11011100 11011111 1100 1 0 1101 10111011 11110 1010010

Color Harmonies of #C4DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCDF

Black with #C4DCDF

Text Example


Text Example

White with #C4DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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