Html Css Color HEX #CAE3EC Pattens Blue

📋 copy color: '#CAE3EC'

red 202 ◦ green 227 ◦ blue 236

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

Shades of Pattens Blue #CAE3EC

Tints of Pattens Blue #CAE3EC

RGB

 RED value IS 202 (79.3% from 255) = 30.38%

 GREEN value IS 227 (89.06% from 255) = 34.14%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 30.38%
G = 34.14%
B = 35.49%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAE3EC (or 0xCAE3EC) is known color: Pattens Blue. HEX triplet: CA, E3 and EC. RGB value is (202,227,236). Sum of RGB (Red+Green+Blue) = 202+227+236=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3EC is #351C13. Grayscale: #DCDCDC. Windows color (decimal): -3480596 or 15524810. OLE color: 15524810.

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

Color convert

RGB 202 227 236 -
CMYK 0.14 0.04 0 0.07
HSL 195.88º 0.47% 0.86% -
HSV(B) 195.88º 0.14% 0.93% -
XYZ 66.97 73.55 90.02 -
YUV 220.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 202 227 236 0.14 0.04 0 0.07 195.88 0.47 0.86
Hex CA E3 EC E 4 0 7 C4 2F 56
Octal 312 343 354 16 4 0 7 304 57 126
Binary 11001010 11100011 11101100 1110 100 0 111 11000100 101111 1010110

Color Harmonies of #CAE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3EC

Black with #CAE3EC

Text Example


Text Example

White with #CAE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3EC; }

 p { color: rgb(202,227,236); }

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

background-color css

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

 a { background-color: rgb(202,227,236); }

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

border-color css

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

 span { border-color: rgb(202,227,236); }

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