Html Css Color HEX #C7DDE0 Onahau

📋 copy color: '#C7DDE0'

red 199 ◦ green 221 ◦ blue 224

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

Shades of Onahau #C7DDE0

Tints of Onahau #C7DDE0

RGB

 RED value IS 199 (78.13% from 255) = 30.9%

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 224 (87.89% from 255) = 34.78%

R = 30.9%
G = 34.32%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C7DDE0 (or 0xC7DDE0) is known color: Onahau. HEX triplet: C7, DD and E0. RGB value is (199,221,224). Sum of RGB (Red+Green+Blue) = 199+221+224=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDE0 is #38221F. Grayscale: #D6D6D6. Windows color (decimal): -3678752 or 14736839. OLE color: 14736839.

HSL color Cylindrical-coordinate representation of color #C7DDE0: hue angle of 187.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DDE0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 221 224 -
CMYK 0.11 0.01 0 0.12
HSL 187.2º 0.29% 0.83% -
HSV(B) 187.2º 0.11% 0.88% -
XYZ 62.86 69.24 80.57 -
YUV 214.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 199 221 224 0.11 0.01 0 0.12 187.2 0.29 0.83
Hex C7 DD E0 B 1 0 C BB 1D 53
Octal 307 335 340 13 1 0 14 273 35 123
Binary 11000111 11011101 11100000 1011 1 0 1100 10111011 11101 1010011

Color Harmonies of #C7DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDE0

Black with #C7DDE0

Text Example


Text Example

White with #C7DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDE0; }

 p { color: rgb(199,221,224); }

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

background-color css

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

 a { background-color: rgb(199,221,224); }

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

border-color css

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

 span { border-color: rgb(199,221,224); }

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