Html Css Color HEX #CCECFF Pattens Blue

📋 copy color: '#CCECFF'

red 204 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #CCECFF

Tints of Pattens Blue #CCECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.96%

 BLUE value IS 255 (100% from 255) = 36.69%

R = 29.35%
G = 33.96%
B = 36.69%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCECFF (or 0xCCECFF) is known color: Pattens Blue. HEX triplet: CC, EC and FF. RGB value is (204,236,255). Sum of RGB (Red+Green+Blue) = 204+236+255=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFF is #331300. Grayscale: #E4E4E4. Windows color (decimal): -3347201 or 16772300. OLE color: 16772300.

HSL color Cylindrical-coordinate representation of color #CCECFF: hue angle of 202.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCECFF is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 236 255 -
CMYK 0.2 0.07 0 0
HSL 202.35º 1% 0.9% -
HSV(B) 202.35º 0.2% 1% -
XYZ 72.95 80.05 106.21 -
YUV 228.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 204 236 255 0.2 0.07 0 0 202.35 1 0.9
Hex CC EC FF 14 7 0 0 CA 64 5A
Octal 314 354 377 24 7 0 0 312 144 132
Binary 11001100 11101100 11111111 10100 111 0 0 11001010 1100100 1011010

Color Harmonies of #CCECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECFF

Black with #CCECFF

Text Example


Text Example

White with #CCECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECFF; }

 p { color: rgb(204,236,255); }

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

background-color css

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

 a { background-color: rgb(204,236,255); }

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

border-color css

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

 span { border-color: rgb(204,236,255); }

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