Html Css Color HEX #CCDEE1 Onahau

📋 copy color: '#CCDEE1'

red 204 ◦ green 222 ◦ blue 225

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

Shades of Onahau #CCDEE1

Tints of Onahau #CCDEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 225 (88.28% from 255) = 34.56%

R = 31.34%
G = 34.1%
B = 34.56%

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

#CCDEE1 (or 0xCCDEE1) is known color: Onahau. HEX triplet: CC, DE and E1. RGB value is (204,222,225). Sum of RGB (Red+Green+Blue) = 204+222+225=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE1 is #33211E. Grayscale: #D8D8D8. Windows color (decimal): -3350815 or 14802636. OLE color: 14802636.

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

Color convert

RGB 204 222 225 -
CMYK 0.09 0.01 0 0.12
HSL 188.57º 0.26% 0.84% -
HSV(B) 188.57º 0.09% 0.88% -
XYZ 64.61 70.52 81.44 -
YUV 216.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 204 222 225 0.09 0.01 0 0.12 188.57 0.26 0.84
Hex CC DE E1 9 1 0 C BD 1A 54
Octal 314 336 341 11 1 0 14 275 32 124
Binary 11001100 11011110 11100001 1001 1 0 1100 10111101 11010 1010100

Color Harmonies of #CCDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE1

Black with #CCDEE1

Text Example


Text Example

White with #CCDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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