Html Css Color HEX #CCDDEE Pattens Blue

📋 copy color: '#CCDDEE'

red 204 ◦ green 221 ◦ blue 238

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

Shades of Pattens Blue #CCDDEE

Tints of Pattens Blue #CCDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 30.77%
G = 33.33%
B = 35.9%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCDDEE (or 0xCCDDEE) is known color: Pattens Blue. HEX triplet: CC, DD and EE. RGB value is (204,221,238). Sum of RGB (Red+Green+Blue) = 204+221+238=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEE is #332211. Grayscale: #D9D9D9. Windows color (decimal): -3351058 or 15654348. OLE color: 15654348.

HSL color Cylindrical-coordinate representation of color #CCDDEE: hue angle of 210º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDDEE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 221 238 -
CMYK 0.14 0.07 0 0.07
HSL 210º 0.5% 0.87% -
HSV(B) 210º 0.14% 0.93% -
XYZ 66.19 70.72 91.05 -
YUV 217.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 204 221 238 0.14 0.07 0 0.07 210 0.5 0.87
Hex CC DD EE E 7 0 7 D2 32 57
Octal 314 335 356 16 7 0 7 322 62 127
Binary 11001100 11011101 11101110 1110 111 0 111 11010010 110010 1010111

Color Harmonies of #CCDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDEE

Black with #CCDDEE

Text Example


Text Example

White with #CCDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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