Html Css Color HEX #CCDDDA Jagged Ice

📋 copy color: '#CCDDDA'

red 204 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #CCDDDA

Tints of Jagged Ice #CCDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.37%

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 31.73%
G = 34.37%
B = 33.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CCDDDA (or 0xCCDDDA) is known color: Jagged Ice. HEX triplet: CC, DD and DA. RGB value is (204,221,218). Sum of RGB (Red+Green+Blue) = 204+221+218=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDA is #332225. Grayscale: #D7D7D7. Windows color (decimal): -3351078 or 14343628. OLE color: 14343628.

HSL color Cylindrical-coordinate representation of color #CCDDDA: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDDA is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 218 -
CMYK 0.08 0 0.01 0.13
HSL 169.41º 0.2% 0.83% -
HSV(B) 169.41º 0.08% 0.87% -
XYZ 63.41 69.61 76.42 -
YUV 215.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 204 221 218 0.08 0 0.01 0.13 169.41 0.2 0.83
Hex CC DD DA 8 0 1 D A9 14 53
Octal 314 335 332 10 0 1 15 251 24 123
Binary 11001100 11011101 11011010 1000 0 1 1101 10101001 10100 1010011

Color Harmonies of #CCDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDDA

Black with #CCDDDA

Text Example


Text Example

White with #CCDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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