Html Css Color HEX #CAD3EA Periwinkle

📋 copy color: '#CAD3EA'

red 202 ◦ green 211 ◦ blue 234

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

Shades of Periwinkle #CAD3EA

Tints of Periwinkle #CAD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 31.22%
G = 32.61%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAD3EA (or 0xCAD3EA) is known color: Periwinkle. HEX triplet: CA, D3 and EA. RGB value is (202,211,234). Sum of RGB (Red+Green+Blue) = 202+211+234=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3EA is #352C15. Grayscale: #D2D2D2. Windows color (decimal): -3484694 or 15389642. OLE color: 15389642.

HSL color Cylindrical-coordinate representation of color #CAD3EA: hue angle of 223.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD3EA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 211 234 -
CMYK 0.14 0.10 0 0.08
HSL 223.13º 0.43% 0.85% -
HSV(B) 223.13º 0.14% 0.92% -
XYZ 62.5 65.09 87.11 -
YUV 210.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 202 211 234 0.14 0.10 0 0.08 223.13 0.43 0.85
Hex CA D3 EA E A 0 8 DF 2B 55
Octal 312 323 352 16 12 0 10 337 53 125
Binary 11001010 11010011 11101010 1110 1010 0 1000 11011111 101011 1010101

Color Harmonies of #CAD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD3EA

Black with #CAD3EA

Text Example


Text Example

White with #CAD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD3EA; }

 p { color: rgb(202,211,234); }

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

background-color css

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

 a { background-color: rgb(202,211,234); }

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

border-color css

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

 span { border-color: rgb(202,211,234); }

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