#CCDDE1

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

Shades of Onahau #CCDDE1

Tints of Onahau #CCDDE1

Color information

#CCDDE1 (or 0xCCDDE1) is unknown color: approx Onahau. HEX triplet: CC, DD and E1. RGB value is (204,221,225). Sum of RGB (Red+Green+Blue) = 204+221+225=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDE1 is #33221E. Grayscale: #D8D8D8. Windows color (decimal): -3351071 or 14802380. OLE color: 14802380.

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

Color convert

RGB204221225-
CMYK0.090.0200.12
HSL191.43º25.93%84.12%-
HSV(B)191.43º9.33%88.24%-
XYZ64.3569.9981.35-
YUV216.37132.87119.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=31.38%
G=34%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042212250.090.0200.12191.4325.9384.12
HexCCDDE1920Cbf1a54
Octal31433534111201427732124
Binary1100110011011101111000011001100110010111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE1; }

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

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

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

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

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

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

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

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