Html Css Color HEX #C4D7DF Onahau

📋 copy color: '#C4D7DF'

red 196 ◦ green 215 ◦ blue 223

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

Shades of Onahau #C4D7DF

Tints of Onahau #C4D7DF

RGB

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

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

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

R = 30.91%
G = 33.91%
B = 35.17%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D7DF (or 0xC4D7DF) is known color: Onahau. HEX triplet: C4, D7 and DF. RGB value is (196,215,223). Sum of RGB (Red+Green+Blue) = 196+215+223=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7DF is #3B2820. Grayscale: #D2D2D2. Windows color (decimal): -3876897 or 14669764. OLE color: 14669764.

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

Color convert

RGB 196 215 223 -
CMYK 0.12 0.04 0 0.13
HSL 197.78º 0.3% 0.82% -
HSV(B) 197.78º 0.12% 0.87% -
XYZ 60.38 65.66 79.3 -
YUV 210.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 196 215 223 0.12 0.04 0 0.13 197.78 0.3 0.82
Hex C4 D7 DF C 4 0 D C6 1E 52
Octal 304 327 337 14 4 0 15 306 36 122
Binary 11000100 11010111 11011111 1100 100 0 1101 11000110 11110 1010010

Color Harmonies of #C4D7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D7DF

Black with #C4D7DF

Text Example


Text Example

White with #C4D7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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