Html Css Color HEX #CAE0EC Pattens Blue

📋 copy color: '#CAE0EC'

red 202 ◦ green 224 ◦ blue 236

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

Shades of Pattens Blue #CAE0EC

Tints of Pattens Blue #CAE0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.84%

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

R = 30.51%
G = 33.84%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAE0EC (or 0xCAE0EC) is known color: Pattens Blue. HEX triplet: CA, E0 and EC. RGB value is (202,224,236). Sum of RGB (Red+Green+Blue) = 202+224+236=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE0EC is #351F13. Grayscale: #DADADA. Windows color (decimal): -3481364 or 15524042. OLE color: 15524042.

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

Color convert

RGB 202 224 236 -
CMYK 0.14 0.05 0 0.07
HSL 201.18º 0.47% 0.86% -
HSV(B) 201.18º 0.14% 0.93% -
XYZ 66.15 71.92 89.75 -
YUV 218.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 202 224 236 0.14 0.05 0 0.07 201.18 0.47 0.86
Hex CA E0 EC E 5 0 7 C9 2F 56
Octal 312 340 354 16 5 0 7 311 57 126
Binary 11001010 11100000 11101100 1110 101 0 111 11001001 101111 1010110

Color Harmonies of #CAE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0EC

Black with #CAE0EC

Text Example


Text Example

White with #CAE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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