Html Css Color HEX #CADFF6 Pattens Blue

📋 copy color: '#CADFF6'

red 202 ◦ green 223 ◦ blue 246

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

Shades of Pattens Blue #CADFF6

Tints of Pattens Blue #CADFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.23%

 BLUE value IS 246 (96.48% from 255) = 36.66%

R = 30.1%
G = 33.23%
B = 36.66%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CADFF6 (or 0xCADFF6) is known color: Pattens Blue. HEX triplet: CA, DF and F6. RGB value is (202,223,246). Sum of RGB (Red+Green+Blue) = 202+223+246=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #CADFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFF6 is #352009. Grayscale: #DBDBDB. Windows color (decimal): -3481610 or 16179146. OLE color: 16179146.

HSL color Cylindrical-coordinate representation of color #CADFF6: hue angle of 211.36º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADFF6 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 223 246 -
CMYK 0.18 0.09 0 0.04
HSL 211.36º 0.71% 0.88% -
HSV(B) 211.36º 0.18% 0.96% -
XYZ 67.38 71.99 97.53 -
YUV 219.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 202 223 246 0.18 0.09 0 0.04 211.36 0.71 0.88
Hex CA DF F6 12 9 0 4 D3 47 58
Octal 312 337 366 22 11 0 4 323 107 130
Binary 11001010 11011111 11110110 10010 1001 0 100 11010011 1000111 1011000

Color Harmonies of #CADFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFF6

Black with #CADFF6

Text Example


Text Example

White with #CADFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFF6; }

 p { color: rgb(202,223,246); }

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

background-color css

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

 a { background-color: rgb(202,223,246); }

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

border-color css

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

 span { border-color: rgb(202,223,246); }

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