Html Css Color HEX #CACEE3 Periwinkle

📋 copy color: '#CACEE3'

red 202 ◦ green 206 ◦ blue 227

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

Shades of Periwinkle #CACEE3

Tints of Periwinkle #CACEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.75%

R = 31.81%
G = 32.44%
B = 35.75%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CACEE3 (or 0xCACEE3) is known color: Periwinkle. HEX triplet: CA, CE and E3. RGB value is (202,206,227). Sum of RGB (Red+Green+Blue) = 202+206+227=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE3 is #35311C. Grayscale: #CFCFCF. Windows color (decimal): -3485981 or 14929610. OLE color: 14929610.

HSL color Cylindrical-coordinate representation of color #CACEE3: hue angle of 230.4º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACEE3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 206 227 -
CMYK 0.11 0.09 0 0.11
HSL 230.4º 0.31% 0.84% -
HSV(B) 230.4º 0.11% 0.89% -
XYZ 60.29 62.25 81.51 -
YUV 207.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 202 206 227 0.11 0.09 0 0.11 230.4 0.31 0.84
Hex CA CE E3 B 9 0 B E6 1F 54
Octal 312 316 343 13 11 0 13 346 37 124
Binary 11001010 11001110 11100011 1011 1001 0 1011 11100110 11111 1010100

Color Harmonies of #CACEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEE3

Black with #CACEE3

Text Example


Text Example

White with #CACEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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