Html Css Color HEX #CAD0E5 Periwinkle

📋 copy color: '#CAD0E5'

red 202 ◦ green 208 ◦ blue 229

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

Shades of Periwinkle #CAD0E5

Tints of Periwinkle #CAD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.55%

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 31.61%
G = 32.55%
B = 35.84%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAD0E5 (or 0xCAD0E5) is known color: Periwinkle. HEX triplet: CA, D0 and E5. RGB value is (202,208,229). Sum of RGB (Red+Green+Blue) = 202+208+229=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0E5 is #352F1A. Grayscale: #D0D0D0. Windows color (decimal): -3485467 or 15061194. OLE color: 15061194.

HSL color Cylindrical-coordinate representation of color #CAD0E5: hue angle of 226.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD0E5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 208 229 -
CMYK 0.12 0.09 0 0.10
HSL 226.67º 0.34% 0.85% -
HSV(B) 226.67º 0.12% 0.9% -
XYZ 61.06 63.33 83.13 -
YUV 208.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 202 208 229 0.12 0.09 0 0.10 226.67 0.34 0.85
Hex CA D0 E5 C 9 0 A E3 22 55
Octal 312 320 345 14 11 0 12 343 42 125
Binary 11001010 11010000 11100101 1100 1001 0 1010 11100011 100010 1010101

Color Harmonies of #CAD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD0E5

Black with #CAD0E5

Text Example


Text Example

White with #CAD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD0E5; }

 p { color: rgb(202,208,229); }

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

background-color css

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

 a { background-color: rgb(202,208,229); }

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

border-color css

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

 span { border-color: rgb(202,208,229); }

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