Html Css Color HEX #CCDDE0 Onahau

📋 copy color: '#CCDDE0'

red 204 ◦ green 221 ◦ blue 224

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

Shades of Onahau #CCDDE0

Tints of Onahau #CCDDE0

RGB

 RED value IS 204 (80.08% from 255) = 31.43%

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

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

R = 31.43%
G = 34.05%
B = 34.51%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCDDE0 (or 0xCCDDE0) is known color: Onahau. HEX triplet: CC, DD and E0. RGB value is (204,221,224). Sum of RGB (Red+Green+Blue) = 204+221+224=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDE0 is #33221F. Grayscale: #D8D8D8. Windows color (decimal): -3351072 or 14736844. OLE color: 14736844.

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

Color convert

RGB 204 221 224 -
CMYK 0.09 0.01 0 0.12
HSL 189º 0.24% 0.84% -
HSV(B) 189º 0.09% 0.88% -
XYZ 64.21 69.93 80.63 -
YUV 216.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 204 221 224 0.09 0.01 0 0.12 189 0.24 0.84
Hex CC DD E0 9 1 0 C BD 18 54
Octal 314 335 340 11 1 0 14 275 30 124
Binary 11001100 11011101 11100000 1001 1 0 1100 10111101 11000 1010100

Color Harmonies of #CCDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDE0

Black with #CCDDE0

Text Example


Text Example

White with #CCDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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