Html Css Color HEX #CACBE4 Periwinkle

📋 copy color: '#CACBE4'

red 202 ◦ green 203 ◦ blue 228

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

Shades of Periwinkle #CACBE4

Tints of Periwinkle #CACBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.07%

 BLUE value IS 228 (89.45% from 255) = 36.02%

R = 31.91%
G = 32.07%
B = 36.02%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CACBE4 (or 0xCACBE4) is known color: Periwinkle. HEX triplet: CA, CB and E4. RGB value is (202,203,228). Sum of RGB (Red+Green+Blue) = 202+203+228=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #CACBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE4 is #35341B. Grayscale: #CDCDCD. Windows color (decimal): -3486748 or 14994378. OLE color: 14994378.

HSL color Cylindrical-coordinate representation of color #CACBE4: hue angle of 237.69º degrees, saturation: 0.32, 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 #CACBE4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 203 228 -
CMYK 0.11 0.11 0 0.11
HSL 237.69º 0.33% 0.84% -
HSV(B) 237.69º 0.11% 0.89% -
XYZ 59.72 60.87 82 -
YUV 205.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 202 203 228 0.11 0.11 0 0.11 237.69 0.33 0.84
Hex CA CB E4 B B 0 B EE 20 54
Octal 312 313 344 13 13 0 13 356 40 124
Binary 11001010 11001011 11100100 1011 1011 0 1011 11101110 100000 1010100

Color Harmonies of #CACBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBE4

Black with #CACBE4

Text Example


Text Example

White with #CACBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBE4; }

 p { color: rgb(202,203,228); }

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

background-color css

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

 a { background-color: rgb(202,203,228); }

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

border-color css

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

 span { border-color: rgb(202,203,228); }

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