Html Css Color HEX #C4DADF Onahau

📋 copy color: '#C4DADF'

red 196 ◦ green 218 ◦ blue 223

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

Shades of Onahau #C4DADF

Tints of Onahau #C4DADF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.22%

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

R = 30.77%
G = 34.22%
B = 35.01%

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

#C4DADF (or 0xC4DADF) is known color: Onahau. HEX triplet: C4, DA and DF. RGB value is (196,218,223). Sum of RGB (Red+Green+Blue) = 196+218+223=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADF is #3B2520. Grayscale: #D3D3D3. Windows color (decimal): -3876129 or 14670532. OLE color: 14670532.

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

Color convert

RGB 196 218 223 -
CMYK 0.12 0.02 0 0.13
HSL 191.11º 0.3% 0.82% -
HSV(B) 191.11º 0.12% 0.87% -
XYZ 61.16 67.21 79.56 -
YUV 211.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 196 218 223 0.12 0.02 0 0.13 191.11 0.3 0.82
Hex C4 DA DF C 2 0 D BF 1E 52
Octal 304 332 337 14 2 0 15 277 36 122
Binary 11000100 11011010 11011111 1100 10 0 1101 10111111 11110 1010010

Color Harmonies of #C4DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DADF

Black with #C4DADF

Text Example


Text Example

White with #C4DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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