Html Css Color HEX #CACEDD Periwinkle

📋 copy color: '#CACEDD'

red 202 ◦ green 206 ◦ blue 221

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

Shades of Periwinkle #CACEDD

Tints of Periwinkle #CACEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.75%

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 32.11%
G = 32.75%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CACEDD (or 0xCACEDD) is known color: Periwinkle. HEX triplet: CA, CE and DD. RGB value is (202,206,221). Sum of RGB (Red+Green+Blue) = 202+206+221=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEDD is #353122. Grayscale: #CECECE. Windows color (decimal): -3485987 or 14536394. OLE color: 14536394.

HSL color Cylindrical-coordinate representation of color #CACEDD: hue angle of 227.37º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACEDD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 206 221 -
CMYK 0.09 0.07 0 0.13
HSL 227.37º 0.22% 0.83% -
HSV(B) 227.37º 0.09% 0.87% -
XYZ 59.48 61.92 77.22 -
YUV 206.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 202 206 221 0.09 0.07 0 0.13 227.37 0.22 0.83
Hex CA CE DD 9 7 0 D E3 16 53
Octal 312 316 335 11 7 0 15 343 26 123
Binary 11001010 11001110 11011101 1001 111 0 1101 11100011 10110 1010011

Color Harmonies of #CACEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEDD

Black with #CACEDD

Text Example


Text Example

White with #CACEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEDD; }

 p { color: rgb(202,206,221); }

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

background-color css

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

 a { background-color: rgb(202,206,221); }

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

border-color css

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

 span { border-color: rgb(202,206,221); }

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