Html Css Color HEX #CCDBE0 Onahau

📋 copy color: '#CCDBE0'

red 204 ◦ green 219 ◦ blue 224

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

Shades of Onahau #CCDBE0

Tints of Onahau #CCDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.85%

 BLUE value IS 224 (87.89% from 255) = 34.62%

R = 31.53%
G = 33.85%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCDBE0 (or 0xCCDBE0) is known color: Onahau. HEX triplet: CC, DB and E0. RGB value is (204,219,224). Sum of RGB (Red+Green+Blue) = 204+219+224=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBE0 is #33241F. Grayscale: #D7D7D7. Windows color (decimal): -3351584 or 14736332. OLE color: 14736332.

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

Color convert

RGB 204 219 224 -
CMYK 0.09 0.02 0 0.12
HSL 195º 0.24% 0.84% -
HSV(B) 195º 0.09% 0.88% -
XYZ 63.69 68.88 80.46 -
YUV 215.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 204 219 224 0.09 0.02 0 0.12 195 0.24 0.84
Hex CC DB E0 9 2 0 C C3 18 54
Octal 314 333 340 11 2 0 14 303 30 124
Binary 11001100 11011011 11100000 1001 10 0 1100 11000011 11000 1010100

Color Harmonies of #CCDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBE0

Black with #CCDBE0

Text Example


Text Example

White with #CCDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBE0; }

 p { color: rgb(204,219,224); }

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

background-color css

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

 a { background-color: rgb(204,219,224); }

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

border-color css

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

 span { border-color: rgb(204,219,224); }

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