Html Css Color HEX #CCDEE2 Onahau

📋 copy color: '#CCDEE2'

red 204 ◦ green 222 ◦ blue 226

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

Shades of Onahau #CCDEE2

Tints of Onahau #CCDEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 31.29%
G = 34.05%
B = 34.66%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCDEE2 (or 0xCCDEE2) is known color: Onahau. HEX triplet: CC, DE and E2. RGB value is (204,222,226). Sum of RGB (Red+Green+Blue) = 204+222+226=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE2 is #33211D. Grayscale: #D9D9D9. Windows color (decimal): -3350814 or 14868172. OLE color: 14868172.

HSL color Cylindrical-coordinate representation of color #CCDEE2: hue angle of 190.91º degrees, saturation: 0.28, 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 #CCDEE2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 222 226 -
CMYK 0.10 0.02 0 0.11
HSL 190.91º 0.28% 0.84% -
HSV(B) 190.91º 0.1% 0.89% -
XYZ 64.75 70.57 82.16 -
YUV 217.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 204 222 226 0.10 0.02 0 0.11 190.91 0.28 0.84
Hex CC DE E2 A 2 0 B BF 1C 54
Octal 314 336 342 12 2 0 13 277 34 124
Binary 11001100 11011110 11100010 1010 10 0 1011 10111111 11100 1010100

Color Harmonies of #CCDEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE2

Black with #CCDEE2

Text Example


Text Example

White with #CCDEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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