Html Css Color HEX #CADEE7 Pattens Blue

📋 copy color: '#CADEE7'

red 202 ◦ green 222 ◦ blue 231

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

Shades of Pattens Blue #CADEE7

Tints of Pattens Blue #CADEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 30.84%
G = 33.89%
B = 35.27%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CADEE7 (or 0xCADEE7) is known color: Pattens Blue. HEX triplet: CA, DE and E7. RGB value is (202,222,231). Sum of RGB (Red+Green+Blue) = 202+222+231=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CADEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEE7 is #352118. Grayscale: #D8D8D8. Windows color (decimal): -3481881 or 15195850. OLE color: 15195850.

HSL color Cylindrical-coordinate representation of color #CADEE7: hue angle of 198.62º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADEE7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 222 231 -
CMYK 0.13 0.04 0 0.09
HSL 198.62º 0.38% 0.85% -
HSV(B) 198.62º 0.13% 0.91% -
XYZ 64.9 70.57 85.8 -
YUV 217.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 202 222 231 0.13 0.04 0 0.09 198.62 0.38 0.85
Hex CA DE E7 D 4 0 9 C7 26 55
Octal 312 336 347 15 4 0 11 307 46 125
Binary 11001010 11011110 11100111 1101 100 0 1001 11000111 100110 1010101

Color Harmonies of #CADEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADEE7

Black with #CADEE7

Text Example


Text Example

White with #CADEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADEE7; }

 p { color: rgb(202,222,231); }

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

background-color css

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

 a { background-color: rgb(202,222,231); }

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

border-color css

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

 span { border-color: rgb(202,222,231); }

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