#CCDDE2

Color #CCDDE2 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CCDDE2

Tints of Onahau #CCDDE2

Color information

#CCDDE2 (or 0xCCDDE2) is unknown color: approx Onahau. HEX triplet: CC, DD and E2. RGB value is (204,221,226). Sum of RGB (Red+Green+Blue) = 204+221+226=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDE2 is #33221D. Grayscale: #D8D8D8. Windows color (decimal): -3351070 or 14867916. OLE color: 14867916.

HSL color Cylindrical-coordinate representation of color #CCDDE2: hue angle of 193.64º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDDE2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204221226-
CMYK0.100.0200.11
HSL193.64º27.5%84.31%-
HSV(B)193.64º9.73%88.63%-
XYZ64.4970.0482.07-
YUV216.49133.37119.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=31.34%
G=33.95%
B=34.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042212260.100.0200.11193.6427.584.31
HexCCDDE2A20Bc21b54
Octal31433534212201330233124
Binary1100110011011101111000101010100101111000010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE2; }

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

 H1.HeaderClassName
 {
   color: #CCDDE2;
 }
 .AnyTagClassName
 {
   color: #CCDDE2;
 }
</style>
background-color css

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

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

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

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

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

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