Html Css Color HEX #CCE7FF Pattens Blue

📋 copy color: '#CCE7FF'

red 204 ◦ green 231 ◦ blue 255

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

Shades of Pattens Blue #CCE7FF

Tints of Pattens Blue #CCE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.48%

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

R = 29.57%
G = 33.48%
B = 36.96%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCE7FF (or 0xCCE7FF) is known color: Pattens Blue. HEX triplet: CC, E7 and FF. RGB value is (204,231,255). Sum of RGB (Red+Green+Blue) = 204+231+255=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FF is #331800. Grayscale: #E1E1E1. Windows color (decimal): -3348481 or 16771020. OLE color: 16771020.

HSL color Cylindrical-coordinate representation of color #CCE7FF: hue angle of 208.24º 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 #CCE7FF is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 231 255 -
CMYK 0.2 0.09 0 0
HSL 208.24º 1% 0.9% -
HSV(B) 208.24º 0.2% 1% -
XYZ 71.53 77.21 105.74 -
YUV 225.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 204 231 255 0.2 0.09 0 0 208.24 1 0.9
Hex CC E7 FF 14 9 0 0 D0 64 5A
Octal 314 347 377 24 11 0 0 320 144 132
Binary 11001100 11100111 11111111 10100 1001 0 0 11010000 1100100 1011010

Color Harmonies of #CCE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7FF

Black with #CCE7FF

Text Example


Text Example

White with #CCE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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