Html Css Color HEX #CCDEEF Pattens Blue

📋 copy color: '#CCDEEF'

red 204 ◦ green 222 ◦ blue 239

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

Shades of Pattens Blue #CCDEEF

Tints of Pattens Blue #CCDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.38%

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

R = 30.68%
G = 33.38%
B = 35.94%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCDEEF (or 0xCCDEEF) is known color: Pattens Blue. HEX triplet: CC, DE and EF. RGB value is (204,222,239). Sum of RGB (Red+Green+Blue) = 204+222+239=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEEF is #332110. Grayscale: #DADADA. Windows color (decimal): -3350801 or 15720140. OLE color: 15720140.

HSL color Cylindrical-coordinate representation of color #CCDEEF: hue angle of 209.14º 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 #CCDEEF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 222 239 -
CMYK 0.15 0.07 0 0.06
HSL 209.14º 0.52% 0.87% -
HSV(B) 209.14º 0.15% 0.94% -
XYZ 66.6 71.31 91.92 -
YUV 218.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 204 222 239 0.15 0.07 0 0.06 209.14 0.52 0.87
Hex CC DE EF F 7 0 6 D1 34 57
Octal 314 336 357 17 7 0 6 321 64 127
Binary 11001100 11011110 11101111 1111 111 0 110 11010001 110100 1010111

Color Harmonies of #CCDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEEF

Black with #CCDEEF

Text Example


Text Example

White with #CCDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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