Html Css Color HEX #CCDDEB Pattens Blue

📋 copy color: '#CCDDEB'

red 204 ◦ green 221 ◦ blue 235

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

Shades of Pattens Blue #CCDDEB

Tints of Pattens Blue #CCDDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 30.91%
G = 33.48%
B = 35.61%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCDDEB (or 0xCCDDEB) is known color: Pattens Blue. HEX triplet: CC, DD and EB. RGB value is (204,221,235). Sum of RGB (Red+Green+Blue) = 204+221+235=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEB is #332214. Grayscale: #D9D9D9. Windows color (decimal): -3351061 or 15457740. OLE color: 15457740.

HSL color Cylindrical-coordinate representation of color #CCDDEB: hue angle of 207.1º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDDEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 221 235 -
CMYK 0.13 0.06 0 0.08
HSL 207.1º 0.44% 0.86% -
HSV(B) 207.1º 0.13% 0.92% -
XYZ 65.75 70.55 88.75 -
YUV 217.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 204 221 235 0.13 0.06 0 0.08 207.1 0.44 0.86
Hex CC DD EB D 6 0 8 CF 2C 56
Octal 314 335 353 15 6 0 10 317 54 126
Binary 11001100 11011101 11101011 1101 110 0 1000 11001111 101100 1010110

Color Harmonies of #CCDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDEB

Black with #CCDDEB

Text Example


Text Example

White with #CCDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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