Html Css Color HEX #CCDDEF Pattens Blue

📋 copy color: '#CCDDEF'

red 204 ◦ green 221 ◦ blue 239

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

Shades of Pattens Blue #CCDDEF

Tints of Pattens Blue #CCDDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 30.72%
G = 33.28%
B = 35.99%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDDEF (or 0xCCDDEF) is known color: Pattens Blue. HEX triplet: CC, DD and EF. RGB value is (204,221,239). Sum of RGB (Red+Green+Blue) = 204+221+239=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDEF is #332210. Grayscale: #D9D9D9. Windows color (decimal): -3351057 or 15719884. OLE color: 15719884.

HSL color Cylindrical-coordinate representation of color #CCDDEF: hue angle of 210.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDDEF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 221 239 -
CMYK 0.15 0.08 0 0.06
HSL 210.86º 0.52% 0.87% -
HSV(B) 210.86º 0.15% 0.94% -
XYZ 66.34 70.78 91.83 -
YUV 217.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 204 221 239 0.15 0.08 0 0.06 210.86 0.52 0.87
Hex CC DD EF F 8 0 6 D3 34 57
Octal 314 335 357 17 10 0 6 323 64 127
Binary 11001100 11011101 11101111 1111 1000 0 110 11010011 110100 1010111

Color Harmonies of #CCDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDEF

Black with #CCDDEF

Text Example


Text Example

White with #CCDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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