Html Css Color HEX #CCDEE3 Onahau

📋 copy color: '#CCDEE3'

red 204 ◦ green 222 ◦ blue 227

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

Shades of Onahau #CCDEE3

Tints of Onahau #CCDEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.76%

R = 31.24%
G = 34%
B = 34.76%

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

#CCDEE3 (or 0xCCDEE3) is known color: Onahau. HEX triplet: CC, DE and E3. RGB value is (204,222,227). Sum of RGB (Red+Green+Blue) = 204+222+227=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE3 is #33211C. Grayscale: #D9D9D9. Windows color (decimal): -3350813 or 14933708. OLE color: 14933708.

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

Color convert

RGB 204 222 227 -
CMYK 0.10 0.02 0 0.11
HSL 193.04º 0.29% 0.85% -
HSV(B) 193.04º 0.1% 0.89% -
XYZ 64.89 70.63 82.89 -
YUV 217.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 204 222 227 0.10 0.02 0 0.11 193.04 0.29 0.85
Hex CC DE E3 A 2 0 B C1 1D 55
Octal 314 336 343 12 2 0 13 301 35 125
Binary 11001100 11011110 11100011 1010 10 0 1011 11000001 11101 1010101

Color Harmonies of #CCDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE3

Black with #CCDEE3

Text Example


Text Example

White with #CCDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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