Html Css Color HEX #CACFE9 Periwinkle

📋 copy color: '#CACFE9'

red 202 ◦ green 207 ◦ blue 233

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

Shades of Periwinkle #CACFE9

Tints of Periwinkle #CACFE9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.24%

 BLUE value IS 233 (91.41% from 255) = 36.29%

R = 31.46%
G = 32.24%
B = 36.29%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CACFE9 (or 0xCACFE9) is known color: Periwinkle. HEX triplet: CA, CF and E9. RGB value is (202,207,233). Sum of RGB (Red+Green+Blue) = 202+207+233=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #CACFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFE9 is #353016. Grayscale: #D0D0D0. Windows color (decimal): -3485719 or 15323082. OLE color: 15323082.

HSL color Cylindrical-coordinate representation of color #CACFE9: hue angle of 230.32º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACFE9 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 207 233 -
CMYK 0.13 0.11 0 0.09
HSL 230.32º 0.41% 0.85% -
HSV(B) 230.32º 0.13% 0.91% -
XYZ 61.38 63.07 86.03 -
YUV 208.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 202 207 233 0.13 0.11 0 0.09 230.32 0.41 0.85
Hex CA CF E9 D B 0 9 E6 29 55
Octal 312 317 351 15 13 0 11 346 51 125
Binary 11001010 11001111 11101001 1101 1011 0 1001 11100110 101001 1010101

Color Harmonies of #CACFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFE9

Black with #CACFE9

Text Example


Text Example

White with #CACFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFE9; }

 p { color: rgb(202,207,233); }

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

background-color css

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

 a { background-color: rgb(202,207,233); }

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

border-color css

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

 span { border-color: rgb(202,207,233); }

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